home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Essentials / APW.ORCA.Cmds / Gregs.APW.Utils / Utilities / Help / Count < prev    next >
Encoding:
Text File  |  1990-07-19  |  371 b   |  12 lines  |  [TEXT/pdos]

  1. Count [-l] [-c] [file...]  < file > counts
  2.  
  3. Count counts the number of lines and characters in a file or list of files.
  4. If no file is specified, input is taken from Standard Input.  If more than
  5. one file is specified, the utility prints line and character totals when
  6. finished.
  7.  
  8. Parameters:
  9.  
  10.     -l        write only line counts
  11.     -c        write only character counts
  12.